[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 1993 03:32:24 +0000 (03:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 1993 03:32:24 +0000 (03:32 +0000)
src/xfns.c

index 3decf1a79f8699c688118fa361de0d94346bbcb8..bb505e7962d0ce1a8975504c435914ea232d0af3 100644 (file)
@@ -39,7 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 extern void abort ();
 
 #ifndef VMS
+#ifdef EMACS_BITMAP_FILES
+#include "bitmaps/gray.xbm"
+#else
 #include <X11/bitmaps/gray>
+#endif
 #else
 #include "[.bitmaps]gray.xbm"
 #endif